home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Utilities / Printer / HP550C / HP550C.printcap < prev    next >
Text File  |  1993-05-12  |  2KB  |  67 lines

  1. #    Printcap for HP550C color driver for NeXT
  2. #
  3. #    Avery Wang
  4. #    email: avery@ccrma.stanford.edu
  5. #    May 13, 1993
  6. #
  7. #    This is a set of printcap entries that you may load into your netinfo 
  8. #    database. Just log in as root and do:
  9. #        niload printcap / < cdj550.printcap
  10. #
  11. #    I don't give you any flexibility.  If you want flexibility,
  12. #    you have to figure it out for yourself.
  13. #
  14. #    You are set to serial port B with flow control at 19200 baud.
  15. #    The gsif-* drivers are hardwired to 300 dpi.
  16. #
  17. #    Thanks to John B. Lockhart (lockhart@eecom.gatech.edu) for
  18. #    getting me started with this by telling me that Ghostscript
  19. #    was the way to go, and for supplying me with my first sample
  20. #    printcap file.
  21. #
  22. #    I don't pretend to understand what all the numbers and fields
  23. #    mean.  I just know that it works.  So don't ask.
  24. #
  25. #    There is no customer support because you didn't pay anything.
  26. #
  27. #    Have fun,
  28. #        -Avery
  29. #
  30.  
  31. # This does multi-pass shingling.  It's slow but the color results look
  32. # quite good.  It's not so good for Black and White only because the
  33. # multiple passes tends to smear the black.  You just don't notice
  34. # the color smearing as much.
  35. HP-DJ550C-color-high-Q: \
  36.     :lf=/usr/adm/lpd-errs: \
  37.     :lp=/dev/ttyfb:ty=HP-DJ-550C:sd=/usr/spool/NeXT/HP-DJ550C-color-hq: \
  38.     :br#19200:rw:fc#0177477:fs#0300:xc#0133737:xs#044040: \
  39.     :if=/usr/local/bin/gsif-color-hq:pw#80:pl#66:mx#0:sh:sf: 
  40.  
  41. # This does two-pass printing.  Faster. Could be a good compromise
  42. # between speed and quality.  
  43. HP-DJ550C-color-med-Q: \
  44.     :lf=/usr/adm/lpd-errs: \
  45.     :lp=/dev/ttyfb:ty=HP-DJ-550C:sd=/usr/spool/NeXT/HP-DJ550C-color-med-Q: \
  46.     :br#19200:rw:fc#0177477:fs#0300:xc#0133737:xs#044040: \
  47.     :if=/usr/local/bin/gsif-color-mq:pw#80:pl#66:mx#0:sh:sf: 
  48.  
  49. # This does single-pass printing only -- no shingling.  Faster, but 
  50. # photographic images usually don't come out well at all.  OK for 
  51. # doing charts with solid colors.
  52. HP-DJ550C-color-low-Q: \
  53.     :lf=/usr/adm/lpd-errs: \
  54.     :lp=/dev/ttyfb:ty=HP-DJ-550C:sd=/usr/spool/NeXT/HP-DJ550C-color-low-Q: \
  55.     :br#19200:rw:fc#0177477:fs#0300:xc#0133737:xs#044040: \
  56.     :if=/usr/local/bin/gsif-color-lq:pw#80:pl#66:mx#0:sh:sf: 
  57.  
  58.  
  59. # This is your plain black and white printcap.  Single pass.  Can't do
  60. # much else.
  61. HP-DJ550C-BW: \
  62.     :lf=/usr/adm/lpd-errs: \
  63.     :lp=/dev/ttyfb:ty=HP-DJ-550C:sd=/usr/spool/NeXT/HP-DJ550C-BW: \
  64.     :br#19200:rw:fc#0177477:fs#0300:xc#0133737:xs#044040: \
  65.     :if=/usr/local/bin/gsif-bw:pw#80:pl#66:mx#0:sh:sf: 
  66.  
  67.